home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-21 | 458 b | 23 lines | [TEXT/CWIE] |
- // =============================================================================
- //
- // Constants.h
- //
- // Author: Greg Friedman
- //
- // =============================================================================
-
- #ifndef __CONSTANTS__
- #define __CONSTANTS__
-
- #define kMemLockMask 0x0080
- #define kError -1
-
- const ResType kListType = 'List';
- const short kInclusionListID = 128;
- const short kExclusionListID = 129;
-
- enum
- {
- _DragDispatch = 0xABED
- };
- #endif